@2e32/react-button
Version:
A React button component
9 lines • 441 B
TypeScript
/// <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