develop
/** * An interface for giving a component the ability to display a skeleton/loading UI. */ export interface DaffSkeletonable { skeleton: boolean; }