react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
10 lines (9 loc) • 440 B
TypeScript
interface NormalizedStoriesSpecifier {
titlePrefix?: string;
directory: string;
files?: string;
importPathMatcher: RegExp;
}
export declare const userOrAutoTitleFromSpecifier: (fileName: string | number, entry: NormalizedStoriesSpecifier, userTitle?: string) => string;
export declare const userOrAutoTitle: (fileName: string, storiesEntries: NormalizedStoriesSpecifier[], userTitle?: string) => string;
export {};