UNPKG

alouette

Version:

A modern, customizable design system built on top of NativeWind v5 with configurable defaults

7 lines 279 B
import type { ReactNode } from "react"; export interface StoryContainerProps { title: ReactNode; children: NonNullable<ReactNode>; } export declare function StoryContainer({ title, children, }: StoryContainerProps): ReactNode; //# sourceMappingURL=StoryContainer.d.ts.map