Home
last modified time | relevance | path

Searched refs:PropertyHyphen (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/anomalyDetectionDashboards/node_modules/csstype/
H A Dindex.d.ts20078 export interface PropertyHyphen<TLength = (string & {}) | 0, TTime = string & {}> { interface
20089 …[P in keyof PropertyHyphen<TLength, TTime>]: PropertyHyphen<TLength, TTime>[P] | PropertyHyphen<TL…
H A Dindex.js.flow5764 export type AtRule$PropertyHyphen<TLength = string | 0, TTime = string> = {|