UNPKG

@knapsack/app

Version:

Build Design Systems on top of knapsack, by Basalt

9 lines 233 B
import { Slice } from './types'; import './figma-slice.scss'; declare type Data = { figmaFileUrl?: string; height?: number; }; export declare const figmaSlice: Slice<Data>; export {}; //# sourceMappingURL=figma-slice.d.ts.map