UNPKG

@metadev/daga-react

Version:

![Daga banner](https://metadev.pro/content/daga/daga-banner.png)

14 lines (13 loc) 450 B
import { Corner, PaletteSectionConfig, Side } from '../../../../daga/src/index.ts'; import { default as React } from 'react'; interface PaletteComponentProps { palettes: PaletteSectionConfig[]; currentPalette?: PaletteSectionConfig; currentCategory?: string; location: Corner; direction: Side; width: string; height?: string; } declare const PaletteComponent: React.FC<PaletteComponentProps>; export { PaletteComponent };