UNPKG

@knapsack/app

Version:

Build Design Systems on top of knapsack, by Basalt

18 lines 448 B
import React from 'react'; import './edit-template-demo.scss'; declare type Data = { title?: string; description?: string; path: string; alias: string; }; declare type Props = { maxWidth?: number; handleSubmit: (data: Data) => void; handleDelete?: () => void; data?: Data; btnSize?: 's' | 'm'; }; export declare const EditTemplateDemo: React.FC<Props>; export {}; //# sourceMappingURL=edit-template-demo.d.ts.map