UNPKG

@krowdy/kds-assets

Version:

React components that implement Google's Material Design.

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