UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

9 lines (8 loc) 244 B
import type { TName } from '../base/TBase.js'; import { TString } from '../base/TString.js'; export type CSS = string; export declare class TCSS extends TString<CSS> { tName(): TName; example(): CSS; isPotentiallyLong(): boolean; }