UNPKG

@krowdy/kds-assets

Version:

React components that implement Google's Material Design.

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