UNPKG

@knapsack/app

Version:

Build Design Systems on top of knapsack, by Basalt

19 lines 640 B
import React from 'react'; import { SelectOptionProps } from '@knapsack/design-system'; import './template-header.scss'; import { KnapsackTemplateStatus } from '../../../../schemas/patterns'; declare type Props = { title?: string; assetSets?: { title: string; id: string; }[]; assetSetId?: string; isTitleShown?: boolean; status?: KnapsackTemplateStatus; handleAssetSetChange: (newAssetSet: SelectOptionProps) => void; handleStatusChange: (newStatus: SelectOptionProps) => void; }; export declare const TemplateHeader: React.FC<Props>; export {}; //# sourceMappingURL=template-header.d.ts.map