UNPKG

@nekobird/styled-chemistry

Version:
4 lines (3 loc) 172 B
export declare type IStringOrNumber = string | number; export declare type IStringOrNull = string | null; export declare type IStringNumberOrNull = IStringOrNumber | null;