welcome-ui
Version:
Customizable design system with react • styled-components • styled-system and ariakit.
7 lines (6 loc) • 1.77 kB
TypeScript
import { Theme } from '@xstyled/styled-components';
import { BreadcrumbOptions } from './index';
export declare const StartGradient: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof import('@xstyled/system').SystemProps<Theme>> & import('@xstyled/system').SystemProps<Theme>, Pick<BreadcrumbOptions, "gradientBackground">>> & string;
export declare const EndGradient: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof import('@xstyled/system').SystemProps<Theme>> & import('@xstyled/system').SystemProps<Theme>, Pick<BreadcrumbOptions, "gradientBackground">>> & string;
export declare const Breadcrumb: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@xstyled/system').SystemProps<Theme>> & import('@xstyled/system').SystemProps<Theme>, never>> & string;
export declare const List: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, keyof import('@xstyled/system').SystemProps<Theme>> & import('@xstyled/system').SystemProps<Theme>, never>> & string;