36 lines
985 B
TypeScript
36 lines
985 B
TypeScript
import * as _chakra_ui_styled_system from '@chakra-ui/styled-system';
|
|
|
|
declare const skipLinkTheme: {
|
|
baseStyle?: {
|
|
borderRadius: string;
|
|
fontWeight: string;
|
|
_focusVisible: {
|
|
[x: string]: string | {
|
|
[x: string]: string;
|
|
};
|
|
boxShadow: string;
|
|
padding: string;
|
|
position: string;
|
|
top: string;
|
|
insetStart: string;
|
|
_dark: {
|
|
[x: string]: string;
|
|
};
|
|
bg: string;
|
|
};
|
|
} | undefined;
|
|
sizes?: {
|
|
[key: string]: _chakra_ui_styled_system.SystemStyleInterpolation;
|
|
} | undefined;
|
|
variants?: {
|
|
[key: string]: _chakra_ui_styled_system.SystemStyleInterpolation;
|
|
} | undefined;
|
|
defaultProps?: {
|
|
size?: string | number | undefined;
|
|
variant?: string | number | undefined;
|
|
colorScheme?: string | undefined;
|
|
} | undefined;
|
|
};
|
|
|
|
export { skipLinkTheme };
|