@primer/react
Version:
An implementation of GitHub's Primer Design System using React
12 lines • 786 B
TypeScript
import { Blankslate, Visual, Heading, Description, PrimaryAction, SecondaryAction } from './Blankslate';
import type { BlankslateProps, BlankslateVisualProps, BlankslateHeadingProps, BlankslateDescriptionProps, BlankslatePrimaryActionProps, BlankslateSecondaryActionProps } from './Blankslate';
declare const BlankslateContainer: typeof Blankslate & {
Visual: typeof Visual;
Heading: typeof Heading;
Description: typeof Description;
PrimaryAction: typeof PrimaryAction;
SecondaryAction: typeof SecondaryAction;
};
export { BlankslateContainer as Blankslate };
export type { BlankslateProps, BlankslateVisualProps, BlankslateHeadingProps, BlankslateDescriptionProps, BlankslatePrimaryActionProps, BlankslateSecondaryActionProps, };
//# sourceMappingURL=index.d.ts.map