carbon-react
Version:
A library of reusable React components for easily building user interfaces.
13 lines (12 loc) • 1.08 kB
TypeScript
import StyledAdvancedColorPickerCell from "./advanced-color-picker-cell.style";
declare const StyledAdvancedColorPickerWrapper: import("styled-components").StyledComponent<"div", any, {
theme: object;
}, "theme">;
/** To be replaced by accessibly hidden class added in FE-5503 */
declare const HiddenCurrentColorList: import("styled-components").StyledComponent<{
({ children, w, dtTextAlign, ddTextAlign, asSingleColumn, ...rest }: import("../definition-list").DlProps): import("react").JSX.Element;
displayName: string;
}, any, {}, never>;
declare const StyledAdvancedColorPickerPreview: import("styled-components").StyledComponent<"div", any, {}, never>;
declare const DialogStyle: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../dialog/dialog.component").DialogProps & import("react").RefAttributes<import("../dialog/dialog.component").DialogHandle>>, any, {}, never>;
export { StyledAdvancedColorPickerWrapper, HiddenCurrentColorList, StyledAdvancedColorPickerCell, StyledAdvancedColorPickerPreview, DialogStyle, };