mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
20 lines
2.8 KiB
TypeScript
20 lines
2.8 KiB
TypeScript
import { MenuBack, MenuBackProps } from "./menu-back.js";
|
|
import { MenuCheckboxItem, MenuCheckboxItemProps } from "./menu-checkbox-item.js";
|
|
import { MenuContent, MenuContentProps } from "./menu-content.js";
|
|
import { MenuGroup, MenuGroupProps } from "./menu-group.js";
|
|
import { MenuGroupLabel, MenuGroupLabelProps } from "./menu-group-label.js";
|
|
import { MenuItem, MenuItemProps } from "./menu-item.js";
|
|
import { MenuItemIndicator, MenuItemIndicatorProps } from "./menu-item-indicator.js";
|
|
import { MenuItemValue, MenuItemValueProps } from "./menu-item-value.js";
|
|
import { MenuRadioGroup, MenuRadioGroupProps } from "./menu-radio-group.js";
|
|
import { MenuRadioItem, MenuRadioItemProps } from "./menu-radio-item.js";
|
|
import { MenuRoot, MenuRootProps } from "./menu-root.js";
|
|
import { MenuSeparator, MenuSeparatorProps } from "./menu-separator.js";
|
|
import { MenuTrigger, MenuTriggerProps } from "./menu-trigger.js";
|
|
import { MenuView, MenuViewProps } from "./menu-view.js";
|
|
declare namespace index_parts_d_exports {
|
|
export { MenuBack as Back, MenuBackProps as BackProps, MenuCheckboxItem as CheckboxItem, MenuCheckboxItemProps as CheckboxItemProps, MenuContent as Content, MenuContentProps as ContentProps, MenuGroup as Group, MenuGroupLabel as GroupLabel, MenuGroupLabelProps as GroupLabelProps, MenuGroupProps as GroupProps, MenuItem as Item, MenuItemIndicator as ItemIndicator, MenuItemIndicatorProps as ItemIndicatorProps, MenuItemProps as ItemProps, MenuItemValue as ItemValue, MenuItemValueProps as ItemValueProps, MenuRadioGroup as RadioGroup, MenuRadioGroupProps as RadioGroupProps, MenuRadioItem as RadioItem, MenuRadioItemProps as RadioItemProps, MenuRoot as Root, MenuRootProps as RootProps, MenuSeparator as Separator, MenuSeparatorProps as SeparatorProps, MenuTrigger as Trigger, MenuTriggerProps as TriggerProps, MenuView as View, MenuViewProps as ViewProps };
|
|
}
|
|
//#endregion
|
|
export { MenuBack as Back, type MenuBackProps as BackProps, MenuCheckboxItem as CheckboxItem, type MenuCheckboxItemProps as CheckboxItemProps, MenuContent as Content, type MenuContentProps as ContentProps, MenuGroup as Group, MenuGroupLabel as GroupLabel, type MenuGroupLabelProps as GroupLabelProps, type MenuGroupProps as GroupProps, MenuItem as Item, MenuItemIndicator as ItemIndicator, type MenuItemIndicatorProps as ItemIndicatorProps, type MenuItemProps as ItemProps, MenuItemValue as ItemValue, type MenuItemValueProps as ItemValueProps, MenuRadioGroup as RadioGroup, type MenuRadioGroupProps as RadioGroupProps, MenuRadioItem as RadioItem, type MenuRadioItemProps as RadioItemProps, MenuRoot as Root, type MenuRootProps as RootProps, MenuSeparator as Separator, type MenuSeparatorProps as SeparatorProps, MenuTrigger as Trigger, type MenuTriggerProps as TriggerProps, MenuView as View, type MenuViewProps as ViewProps, index_parts_d_exports };
|
|
//# sourceMappingURL=index.parts.d.ts.map
|