@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
13 lines (12 loc) • 474 B
TypeScript
import { DropdownItemSeparatorProps } from "./Dropdown.types.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
//#region src/components/Dropdown/DropdownItemSeparator.d.ts
declare function DropdownItemSeparator({
...props
}: DropdownItemSeparatorProps): _$react_jsx_runtime0.JSX.Element;
declare namespace DropdownItemSeparator {
var displayName: string;
}
//#endregion
export { DropdownItemSeparator };
//# sourceMappingURL=DropdownItemSeparator.d.ts.map