react-cosmos
Version:
CLI for running React Cosmos inside webpack-powered apps
7 lines (6 loc) • 321 B
TypeScript
export declare type Json = string | number | boolean | null | {
[property: string]: Json;
} | Json[];
export declare function getFixturePatterns(fixturesDir: string, fixtureFileSuffix: string): string[];
export declare function getDecoratorPatterns(): string[];
export declare function getIgnorePatterns(): string[];