UNPKG

@hmlr/govuk-react-components-library

Version:

These are common component use for React applications based on GDS and govuk-frontend

6 lines (5 loc) 440 B
import type { ComponentFixtureRoot, StoryConfigs } from "../dynamics"; export declare function loadFixturesAsJson(fileLocation: string): Promise<any>; export declare function storiesFromFixtures(fixtures: ComponentFixtureRoot): StoryConfigs; export declare function storiesFromFixturesSCF(fixtures: ComponentFixtureRoot, hasConfig?: boolean): string; export declare function createBaseCSF(fixtureName: string, hasConfig?: boolean): string;