react-editable-title
Version:
An editable title implementation for the react.
5 lines (4 loc) • 432 B
TypeScript
export declare const ControlButton: import("styled-components").StyledComponent<"button", any, {}, never>;
export declare const CustomTitle: import("styled-components").StyledComponent<"input", any, {}, never>;
export declare const EditableTitlePopover: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const EditableWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;