//#region src/prop/bosswind/shared.d.ts type BosswindConfig = { fontSizeKeys?: string[]; defaults?: { borderWidth?: string | number; borderRadius?: string; boxShadow?: string; }; }; //#endregion export { BosswindConfig };