@harvest-profit/npk
Version:
NPK UI Design System
11 lines • 389 B
TypeScript
import React from 'react';
interface PlaceholderProps {
width?: number | string | Array<number>;
style?: React.CSSProperties;
className?: string;
as?: keyof React.JSX.IntrinsicElements | React.ComponentType<any>;
}
declare const Placeholder: React.FC<PlaceholderProps>;
export default Placeholder;
export type { PlaceholderProps };
//# sourceMappingURL=Placeholder.d.ts.map