UNPKG

@knapsack/app

Version:

Build Design Systems on top of knapsack, by Basalt

9 lines 285 B
import React from 'react'; import { SlotData } from './shared'; declare type SlotEditorProps = { slot: SlotData; handleChange: (newSlotData: SlotData) => void; }; export declare const KsSlotEditor: React.FC<SlotEditorProps>; export {}; //# sourceMappingURL=slot-editor.d.ts.map