fannypack-v5
Version:
An accessible, composable, and friendly React UI Kit
17 lines (16 loc) • 405 B
TypeScript
import { BordersThemeConfig } from '../types';
declare const _default: (overrides: BordersThemeConfig) => {
default: {
color: string;
width: string;
} | ((props: {
theme: import("../types").ThemeConfig;
}) => {
color: string;
width: string;
}) | ((styleProps: any) => {
color: any;
width: string;
});
};
export default _default;