UNPKG

@azure-utils/storybooks

Version:

Utils to upload and manage Storybooks via Azure Functions and storage.

7 lines (6 loc) 234 B
import { type LabelType } from "../models/labels"; export interface LabelFormProps { projectId: string; label: LabelType | undefined; } export declare function LabelForm({ label, projectId }: LabelFormProps): Promise<string>;