UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

4 lines (3 loc) 136 B
type Booleanish = boolean | "true" | "false"; export declare const dataAttr: (condition: boolean | undefined) => Booleanish; export {};