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