UNPKG

@knapsack/app

Version:

Build Design Systems on top of knapsack, by Basalt

10 lines 247 B
import { KsSlotInfo } from '../../../../../schemas/patterns'; export declare enum SpecItemTypes { Prop = "Prop", Slot = "Slot" } export declare type SlotData = { id: string; data: KsSlotInfo; }; //# sourceMappingURL=shared.d.ts.map