redoc
Version:
15 lines (14 loc) • 1.27 kB
TypeScript
export declare const PropertiesTableCaption: import("styled-components").StyledComponent<"caption", import("../theme").ResolvedThemeInterface, {}, never>;
export declare const PropertyCell: import("styled-components").StyledComponent<"td", import("../theme").ResolvedThemeInterface, {
kind?: string | undefined;
}, never>;
export declare const PropertyCellWithInner: import("styled-components").StyledComponent<"td", import("../theme").ResolvedThemeInterface, {
kind?: string | undefined;
}, never>;
export declare const PropertyNameCell: import("styled-components").StyledComponent<"td", import("../theme").ResolvedThemeInterface, {
kind?: string | undefined;
}, never>;
export declare const PropertyDetailsCell: import("styled-components").StyledComponent<"td", import("../theme").ResolvedThemeInterface, {}, never>;
export declare const PropertyBullet: import("styled-components").StyledComponent<"span", import("../theme").ResolvedThemeInterface, {}, never>;
export declare const InnerPropertiesWrap: import("styled-components").StyledComponent<"div", import("../theme").ResolvedThemeInterface, {}, never>;
export declare const PropertiesTable: import("styled-components").StyledComponent<"table", import("../theme").ResolvedThemeInterface, {}, never>;