mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
code refactor
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
export type ComponentDensity = 'default' | 'comfortable' | 'compact';
|
||||
export type InputVariant = 'filled' | 'underlined' | 'outlined' | 'plain' | 'solo' | 'solo-inverted' | 'solo-filled';
|
||||
|
||||
export function getOuterHeight(element: HTMLElement | null): number {
|
||||
if (!element) {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user