@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
19 lines (18 loc) • 447 B
TypeScript
import { SelectItemProps } from "./Select.types.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
//#region src/components/Select/SelectItem.d.ts
declare const SelectItem: {
({
children,
disabled,
label,
labelElement,
rainbow,
value,
...props
}: SelectItemProps): _$react_jsx_runtime0.JSX.Element;
displayName: string;
};
//#endregion
export { SelectItem };
//# sourceMappingURL=SelectItem.d.ts.map