UNPKG

@2e32/react-button

Version:
9 lines 441 B
/// <reference types="react" /> interface IconContainerProps { children?: React.ReactNode; className?: string; } export declare const PrependIconContainer: (props: Pick<IconContainerProps, 'children'>) => import("react/jsx-runtime").JSX.Element; export declare const AppendIconContainer: (props: Pick<IconContainerProps, 'children'>) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=iconContainers.d.ts.map