@ibyar/cli
Version:
The Ibyar/Aurora CLI tool
11 lines • 326 B
TypeScript
type SelectorType = {
selector?: string;
type: string;
};
/**
* see https://html.spec.whatwg.org/multipage/indices.html#element-interfaces
*/
export declare const SelectorTypes: SelectorType[];
export declare function getExtendsTypeBySelector(selector?: string): string;
export {};
//# sourceMappingURL=tags.d.ts.map