UNPKG

@klnjs/react-icon

Version:

An icon component for React.

7 lines (6 loc) 307 B
export declare const useIcon: () => { labelId: string | undefined; descriptionId: string | undefined; setLabelId: import("react").Dispatch<import("react").SetStateAction<string | undefined>>; setDescriptionId: import("react").Dispatch<import("react").SetStateAction<string | undefined>>; };