UNPKG

@harvest-profit/npk

Version:
11 lines 389 B
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