UNPKG

@krowdy/kds-assets

Version:

React components that implement Google's Material Design.

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