UNPKG

@10up/block-components

Version:

10up Components built for the WordPress Block Editor.

6 lines 202 B
interface DraggableChipProps { title: string; } export declare const DraggableChip: (props: DraggableChipProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=DraggableChip.d.ts.map