@primer/components
Version:
Primer react components
10 lines (9 loc) • 436 B
TypeScript
import { SystemCommonProps } from './constants';
import { SxProp } from './sx';
import { ComponentProps } from './utils/types';
declare const Flash: import("styled-components").StyledComponent<"div", any, {
variant?: "default" | "danger" | "success" | "warning" | undefined;
full?: boolean | undefined;
} & SystemCommonProps & SxProp, never>;
export declare type FlashProps = ComponentProps<typeof Flash>;
export default Flash;