UNPKG

@szum-tech/design-system

Version:

Szum-Tech design system with tailwindcss support

22 lines (15 loc) 1.24 kB
export { S as Select, a as SelectProps } from '../../select-XQ8pKCV9.js'; import * as React from 'react'; import React__default from 'react'; import { Select } from 'radix-ui'; type SelectContentProps = React.ComponentProps<typeof Select.Content>; declare function SelectContent({ className, children, position, align, ...props }: SelectContentProps): React.JSX.Element; type SelectGroupProps = React.ComponentProps<typeof Select.Group>; declare function SelectGroup(props: SelectGroupProps): React.JSX.Element; type SelectItemProps = React.ComponentProps<typeof Select.Item>; declare function SelectItem({ className, children, ...props }: SelectItemProps): React.JSX.Element; type SelectLabelProps = React.ComponentProps<typeof Select.Label>; declare function SelectLabel({ className, ...props }: SelectLabelProps): React.JSX.Element; type SelectSeparatorProps = React__default.ComponentProps<typeof Select.Separator>; declare function SelectSeparator({ className, ...props }: SelectSeparatorProps): React__default.JSX.Element; export { SelectContent, type SelectContentProps, SelectGroup, type SelectGroupProps, SelectItem, type SelectItemProps, SelectLabel, type SelectLabelProps, SelectSeparator, type SelectSeparatorProps };