UNPKG

@amsterdam/bmi-component-library

Version:

A React component library based on ASC and Material-UI aimed at repurposing and sharing components across BMI projects

8 lines 255 B
export declare const DISABLED_CONTROL: { description: string; control: boolean; }; export declare function generateDisabledControls(propertyNames?: string[]): { [key: string]: typeof DISABLED_CONTROL; }; //# sourceMappingURL=storybook.d.ts.map