@primer/react
Version:
An implementation of GitHub's Primer Design System using React
7 lines • 470 B
TypeScript
import { type SystemCommonProps, type SystemTypographyProps } from '../constants';
import type { SxProp } from '../sx';
declare const includesSystemProps: (props: SxProp) => boolean;
type TypographyAndCommonProp = SystemTypographyProps & SystemCommonProps;
declare const getTypographyAndCommonProps: (props: TypographyAndCommonProp) => TypographyAndCommonProp;
export { includesSystemProps, getTypographyAndCommonProps };
//# sourceMappingURL=includeSystemProps.d.ts.map