UNPKG

docz-theme-default

Version:

The default theme of docz

9 lines (8 loc) 255 B
export declare const HANDLE_SIZE = "20px"; interface HandleProps { full: boolean; horizontal: boolean; theme?: any; } export declare const Handle: import("styled-components").StyledComponent<"div", any, HandleProps, never>; export {};