UNPKG

@10up/block-components

Version:

10up Components built for the WordPress Block Editor.

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