UNPKG

@krowdy/kds-assets

Version:

React components that implement Google's Material Design.

9 lines (7 loc) 239 B
export interface UnderConstruction { width?: number; height?: number; color?: 'primary' | 'secondary' | 'custom' | string } declare const UnderConstruction: React.ComponentType<UnderConstruction>; export default UnderConstruction;