@navinc/base-react-components
Version:
Nav's Pattern Library
11 lines (10 loc) • 733 B
TypeScript
export declare const StyledStandardCard: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof {
isFocused?: boolean;
highlightColor?: string;
}> & {
isFocused?: boolean;
highlightColor?: string;
}, never>> & string;
export declare const StyledTable: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components/dist/types.js").Substitute<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, {
$isRight?: boolean;
}>> & string;