UNPKG

@harvest-profit/npk

Version:
10 lines 318 B
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