UNPKG

@excalidraw/excalidraw

Version:
12 lines (11 loc) 289 B
/// <reference types="react" /> import "./ToolIcon.scss"; declare type LockIconProps = { title?: string; name?: string; checked: boolean; onChange?(): void; zenModeEnabled?: boolean; }; export declare const LockButton: (props: LockIconProps) => JSX.Element; export {};