UNPKG
brandeur-plugin-enforce-longhand
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
Brandeur plugin that enforces longhand properties over shorthand properties
brandeur-plugin-enforce-longhand
/
index.d.ts
8 lines
(6 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
module
'brandeur-plugin-enforce-longhand'
{
import
{
Style
}
from
'brandeur'
export
default
function
enforceLonghand
(
borderMode?:
'none'
|
'directional'
|
'longhand'
):
(
style: Style
) =>
Style
}