aspire-react-data-table
Version:
A simple to use declarative react based data table
12 lines (11 loc) • 933 B
TypeScript
/// <reference types="react" />
declare const ColumnExpander: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$headCell" | "$noPadding"> & {
$headCell?: boolean | undefined;
$noPadding?: boolean | undefined;
}, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
}, never>> & Omit<import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
$headCell?: boolean | undefined;
$noPadding?: boolean | undefined;
}>>, keyof import("react").Component<any, {}, any>>;
export default ColumnExpander;