layui/src/component/panel/interface.ts
2022-03-31 14:20:41 +08:00

2 lines
56 B
TypeScript

export type PanelShadow = "always" | "hover" | "never";