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