@navinc/base-react-components
Version:
Nav's Pattern Library
7 lines (6 loc) • 745 B
TypeScript
export const FeatureName: import("styled-components").StyledComponent<({ bold, shouldScaleFont, light, ...props }: import("./copy").CopyProps) => JSX.Element, any, {}, never>;
export const FeatureIcon: import("styled-components").StyledComponent<({ bold, shouldScaleFont, light, ...props }: import("./copy").CopyProps) => JSX.Element, any, {}, never>;
export const MissingFeatureIcon: import("styled-components").StyledComponent<({ bold, shouldScaleFont, light, ...props }: import("./copy").CopyProps) => JSX.Element, any, {}, never>;
export const StyledHR: import("styled-components").StyledComponent<"hr", any, {}, never>;
export const PlansTable: import("styled-components").StyledComponent<"div", any, {}, never>;
export default PlansTable;