MCPcopy
hub / github.com/callstack/linaria / IPosition

Interface IPosition

packages/stylelint/src/preprocessor.ts:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38};
39
40interface IPosition {
41 column: number;
42 line: number;
43}
44
45interface ISourceOffset {
46 generated: IPosition;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected