UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

6 lines 231 B
import { Stack as StackImpl, StackItem } from './Stack'; export declare const Stack: typeof StackImpl & { Item: typeof StackItem; }; export type { StackProps, StackItemProps } from './Stack'; //# sourceMappingURL=index.d.ts.map