UNPKG

@als-tp/als-react-ts-ui

Version:

A comprehensive React TypeScript UI component library built with Base UI by ALSInnovation

11 lines 1.23 kB
import type { ALSToolbarRootProps, ALSToolbarButtonProps, ALSToolbarLinkProps, ALSToolbarGroupProps, ALSToolbarSeparatorProps, ALSToolbarInputProps } from "./ALSToolbar"; export declare const ALSToolbar: { Root: import("react").ForwardRefExoticComponent<Omit<ALSToolbarRootProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>; Button: import("react").ForwardRefExoticComponent<Omit<ALSToolbarButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>; Link: import("react").ForwardRefExoticComponent<Omit<ALSToolbarLinkProps, "ref"> & import("react").RefAttributes<HTMLAnchorElement>>; Group: import("react").ForwardRefExoticComponent<Omit<ALSToolbarGroupProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>; Separator: import("react").ForwardRefExoticComponent<Omit<ALSToolbarSeparatorProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>; Input: import("react").ForwardRefExoticComponent<Omit<ALSToolbarInputProps, "ref"> & import("react").RefAttributes<HTMLInputElement>>; }; export type { ALSToolbarRootProps, ALSToolbarButtonProps, ALSToolbarLinkProps, ALSToolbarGroupProps, ALSToolbarSeparatorProps, ALSToolbarInputProps, }; //# sourceMappingURL=index.d.ts.map